-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
10-icmpv6-error: initial import of automated tests #167
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Jul 14, 2020
Closed
2f9301d
to
a045d76
Compare
Rebased and squashed to current master |
a045d76
to
2f99fef
Compare
Also rebased to current master. |
2f99fef
to
5c9a070
Compare
Rebased to current master. |
fjmolinas
approved these changes
Jul 28, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
========================================================== test session starts ==========================================================
platform linux -- Python 3.6.9, pytest-5.4.3, py-1.9.0, pluggy-0.13.1 -- /home/francisco/.virtualenvs/release/bin/python3
cachedir: .pytest_cache
rootdir: /home/francisco/workspace/Release-Specs, inifile: setup.cfg
plugins: cov-2.10.0
collected 10 items
10-icmpv6-error/test_spec10.py::test_task01[nodes0] PASSED [ 10%]
10-icmpv6-error/test_spec10.py::test_task02[nodes0] PASSED [ 20%]
10-icmpv6-error/test_spec10.py::test_task03[nodes0] PASSED [ 30%]
10-icmpv6-error/test_spec10.py::test_task04[nodes0] PASSED [ 40%]
10-icmpv6-error/test_spec10.py::test_task05[nodes0] PASSED [ 50%]
10-icmpv6-error/test_spec10.py::test_task06[nodes0] PASSED [ 60%]
10-icmpv6-error/test_spec10.py::test_task07[nodes0] PASSED [ 70%]
10-icmpv6-error/test_spec10.py::test_task08[nodes0] PASSED [ 80%]
10-icmpv6-error/test_spec10.py::test_task09[nodes0] PASSED [ 90%]
10-icmpv6-error/test_spec10.py::test_task10[nodes0] PASSED [100%]
------------------------------ generated xml file: /home/francisco/workspace/Release-Specs/test-report.xml ------------------------------
===================================================== 10 passed in 74.79s (0:01:14) =====================================================
5c9a070
to
f405d1f
Compare
Rebased to current master |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This provides automated tests (where possible with the current framework) for spec 10 to the new, pytest-based framework.
Requires #155 and RIOT-OS/RIOT#14510